www.gusucode.com > pluck PHP多国语言简洁CMS系统 v4.7.4PHP源码程序 > pluck PHP多国语言简洁CMS系统 v4.7.4/PluckCMS4.7.4/PluckCMS4.7.4/data/modules/multitheme/lang/lv.php

    <?php
$lang['albums']['title'] = 'albūmi';
$lang['albums']['descr'] = 'use albums to show your visitors your favourite photos and images';
$lang['albums']['message'] = 'Here you can manage your albums. Use albums to show your visitors your favourite photos and images. Insert the albums in your page(s) by choosing "insert album" when editing a page.';
$lang['albums']['edit_albums'] = 'rediģēt albūmu';
$lang['albums']['new_album'] = 'jauns albūms';
$lang['albums']['choose_name'] = 'choose a name for your new album first, then click "save"
';
$lang['albums']['delete_album'] = 'dzēst albūmu';
$lang['albums']['edit_album'] = 'rediģēt albūmu';
$lang['albums']['album_message1'] = 'Use this page to add, delete and edit images in your album. JPG, PNG and GIF images are supported.';
$lang['albums']['album_message2'] = 'upload a new image here. choose a title and a description, and choose the quality at which the images should be processed. The higher the quality, the higher the filesize.';
$lang['albums']['edit_images'] = 'rediģēt attēlus';
$lang['albums']['new_image'] = 'jauns attēls';
$lang['albums']['quality'] = 'kvalitāte (1-100)';
$lang['albums']['edit_image'] = 'rediģēt attēlu';
$lang['albums']['doesnt_exist'] = 'The specified album doesn\'t exist.';
$lang['albums']['name_exist'] = 'There is already an album with that name.';
$lang['albums']['image_exist'] = 'There is already an image with that name.';
$lang['albums']['change_order'] = 'mainīt attēlu secību';
$lang['albums']['already_top'] = 'This image already is on the top, so its rank can\'t be changed.';
$lang['albums']['already_last'] = 'This image already is the last one, so its rank can\'t be changed.';
$lang['albums']['delete_image'] = 'dzēst attēlu';
$lang['albums']['image_width'] = 'The width in pixels the images will be resized to. Choose 0 to disable automatic resizing.';
$lang['albums']['thumb_width'] = 'The width in pixels the thumbnails will be resized to. Cannot be disabled.';
$lang['albums']['settings_error'] = 'The width of the resized images should be numeric.';
$lang['blog']['title'] = 'blogs';
$lang['blog']['main_message'] = 'Here, you can make new posts to add to your blog. Posts will be automatically sorted on date.';
$lang['blog']['descr'] = 'use a blog to post news or write articles for your visitors';
$lang['blog']['categories'] = 'kategorijas';
$lang['blog']['category'] = 'category';
$lang['blog']['choose_cat'] = 'Choose category...';
$lang['blog']['no_cat'] = 'No category';
$lang['blog']['new_cat'] = 'jauna kategorija';
$lang['blog']['new_cat_message'] = 'no sākuma izvēlieties nosaukumu jaunajai kategorijai, pēc tam spiežat pogu "Saglabāt"';
$lang['blog']['delete_cat'] = 'dzēst kategoriju';
$lang['blog']['posts'] = 'eksistējošie ieraksti';
$lang['blog']['new_post'] = 'rakstīt jaunu rakstu';
$lang['blog']['edit_post'] = 'rediģēt ierakstu';
$lang['blog']['delete_post'] = 'dzēst ierakstu';
$lang['blog']['at'] = 'at';
$lang['blog']['in'] = 'in';
$lang['blog']['posted_by'] = 'posted by';
$lang['blog']['reactions'] = 'reactions';
$lang['blog']['reaction'] = 'reaction';
$lang['blog']['edit_reactions'] = 'edit reactions';
$lang['blog']['edit_reactions_message'] = 'Here, you can edit the reactions of your visitors on the post.';
$lang['blog']['edit_reaction'] = 'edit reaction';
$lang['blog']['delete_reaction'] = 'delete reaction';
$lang['blog']['name'] = 'name';
$lang['blog']['email'] = 'email';
$lang['blog']['website'] = 'website';
$lang['blog']['message'] = 'message';
$lang['blog']['html_not_allowed'] = 'HTML-code is not allowed.';
$lang['blog']['no_reactions'] = 'no reactions';
$lang['blog']['allow_reactions'] = 'Allow visitors to post reactions.';
$lang['blog']['read_more'] = 'read more';
$lang['blog']['truncate_posts'] = 'The number of characters blog posts will be truncated to. Choose 0 to disable truncation.';
$lang['blog']['numeric_error'] = 'You should choose a numeric value for post truncation and/or posts per page.';
$lang['blog']['posts_per_page'] = 'The number of posts that will be displayed per page.';
$lang['blog']['posts_per_page_error'] = 'The number of posts per page cannot be zero!';
$lang['blog']['pages'] = 'Pages:';
$lang['contactform']['module_name'] = 'contact form';
$lang['contactform']['module_intro'] = 'with a contact form, you can allow your visitors to send you a message';
$lang['contactform']['fields'] = 'You didn\'t fill in all fields correctly.';
$lang['contactform']['email_title'] = 'Jauns ziņojums no Jūsu mājas lapas';
$lang['contactform']['been_send'] = 'Ziņojums tika veiksmīgi nosūtīts.';
$lang['contactform']['not_send'] = 'Kļūda: ziņojums nevar tikt nosūtīts.';
$lang['viewsite']['module_name'] = 'view site link';
$lang['viewsite']['module_intro'] = 'Created to show the hooks to module developers. Adds a direct link to the site in the admin menu.';
$lang['viewsite']['message'] = 'view site';
$lang['tinymce']['module_name'] = 'tinymce';
$lang['tinymce']['module_intro'] = 'Adds the TinyMCE-editor to pluck. TinyMCE has been developed by <a href="http://tinymce.moxiecode.com/" target="_blank">Moxiecode</a>.';
$lang['multitheme']['module_name'] = 'multi theme';
$lang['multitheme']['module_intro'] = 'Allows the user to choose different themes for each page.';
$lang['multitheme']['page_edit'] = 'use theme';

?>